For information about continuations in the python language 獲取python語言中有關延續的信息。
I will present an example from the python language standard library 我將提供一個python語言標準庫中的示例。
Downloads, late developments, and documentation for the python language can be found at the 上找到有關python語言的下載、最新開發和文檔。
As an example, imagine that you re writing a document that uses the python language code in listing 1 比方說,假設您撰寫的文檔中要包含清單1所示的python語言代碼。
Jython is an implementation of the python language; if you plan to use jython, you will want to be familiar with the documentation and other resources hosted at jython是python語言的實現;如果您計劃使用jython,那么要熟悉
However, in choosing to use jython, you are able to bring to bear the entire python language and runtime against your problem of choosing which tests to execute 不過,如果選擇使用jython,就可以利用整個python語言和運行時來解決選擇執行哪些測試的問題。
This tutorial teaches the basics of a grid design and how different components of the python language can be used to support the design through its various stages 本教程介紹基本的設計知識,構成系統的各種不同組件,以及用于構建系統基礎框架時的不同python模塊和系統。
Other articles discussed the conditional and looping features of the python language and how they work together with the container data types to simplify programming tasks 其他文章討論了python語言的條件和循環特性,以及它們如何與容器數據類型進行協作來簡化編程任務。
In this first installment in the series, i ll focus on jython, a scripting language that combines the ease of use of the python language with the power and flexibility of the java runtime environment 在本系列的第一期中,我將側重于jython,這是一種結合了python語言的易用性和javaruntimeenvironment的強大和靈活性的腳本語言。
Unlike many other programming languages, the python language does not include a special data type to handle a single character, such as " a " or " z . " in contrast, python takes a different approach : it uses a class designed especially for holding sequences of characters 與許多其他編程語言不同,python語言不包括用于處理單一字符(例如“a”或“z”)的特殊數據類型。相反,python使用了其他方法:它使用專為保持字符序列而設計的類。